home *** CD-ROM | disk | FTP | other *** search
/ Introducing the New Way to Shop From Home / Introducing the New Way to Shop From Home (Iceland Foods) (2003).iso / pc / swfs / volumeold.swf / scripts / DefineButton2_23 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-10-24  |  101 b   |  8 lines

  1. on(press){
  2.    tellTarget("/control")
  3.    {
  4.       gotoAndStop("downloop");
  5.       play();
  6.    }
  7. }
  8.